home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / mainform.dfm / mainform.txt
Encoding:
Text File  |  1998-02-09  |  1.7 KB  |  80 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 114
  4.   AutoScroll = False
  5.   Caption = 'Message Map'
  6.   ClientHeight = 319
  7.   ClientWidth = 342
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'Default'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnResize = FormResize
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 35
  18.     Top = 176
  19.     Width = 50
  20.     Height = 19
  21.     Caption = 'Width:'
  22.     Font.Color = clBlack
  23.     Font.Height = -16
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object Label3: TLabel
  29.     Left = 35
  30.     Top = 208
  31.     Width = 56
  32.     Height = 19
  33.     Caption = 'Height:'
  34.     Font.Color = clBlack
  35.     Font.Height = -16
  36.     Font.Name = 'Arial'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object Label2: TLabel
  41.     Left = 112
  42.     Top = 176
  43.     Width = 27
  44.     Height = 19
  45.     Caption = '350'
  46.     Font.Color = clBlack
  47.     Font.Height = -16
  48.     Font.Name = 'Arial'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.   end
  52.   object Label4: TLabel
  53.     Left = 112
  54.     Top = 208
  55.     Width = 27
  56.     Height = 19
  57.     Caption = '350'
  58.     Font.Color = clBlack
  59.     Font.Height = -16
  60.     Font.Name = 'Arial'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.   end
  64.   object Memo1: TMemo
  65.     Left = 18
  66.     Top = 24
  67.     Width = 305
  68.     Height = 121
  69.     Lines.Strings = (
  70.       'This example uses the message map macros defined in '
  71.       'VCL\SYSDEFS.H to trap the WM_GETMINMAXINFO '
  72.       'message.  Look at the TForm1 class definition in MAINFORM.H '
  73.       'for the message map.  The WM_GETMINMAXINFO is mapped '
  74.       'to the RestrictSize() function, which forces the Width and '
  75.       'Height of the form to remain between 300 and 400.')
  76.     ReadOnly = True
  77.     TabOrder = 0
  78.   end
  79. end
  80.